RFC 6287 - OCRA: OATH Challenge-Response Algorithm
2011-06
OCRAというHMACベースのワンタイムパスワード認証(HOTP; Hash-based One Time Password) OCRA = CryptoFunction(K, DataInput)
CryptoFunction(K, DataInput):
K: 共有鍵
DataInput:
DataInput = {OCRASuite | 00 | C | Q | P | S | T}
詳細はRFCを参照
確認用
Q. RFC 6826
参考
関連